Float[][] = ... (gb)
Syntax
DIM
hFloatArray
AS
Float[]
DIM
aFloat
AS
Float
hFloatArray
[
Index
AS
Integer
, ...
]
=
aFloat
Modifies the value stored in the array at the specified index.